GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-17T01:53:57.8802747+00:00",
"SubmitDate": "2026-05-17T01:53:57.8802747+00:00",
"ReportPeriodStart": "2026-05-17T01:53:57.8802747+00:00",
"ReportPeriodEnd": "2026-05-17T01:53:57.8802747+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3802f1e5-5259-4153-ac79-eddeba02bb97",
"Rows": [
{
"ItemId": "38dce3fe-bbc4-4a1a-8bde-b7a2dc9022a7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "38dce3fe-bbc4-4a1a-8bde-b7a2dc9022a7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3802f1e5-5259-4153-ac79-eddeba02bb97",
"Rows": [
{
"ItemId": "38dce3fe-bbc4-4a1a-8bde-b7a2dc9022a7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "38dce3fe-bbc4-4a1a-8bde-b7a2dc9022a7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"794f87e8-079b-443e-9500-e869e8653de9",
"a0a62183-c030-47a0-bd90-3bcabe8176e6"
],
"Approvers": [
"6ccd40c5-754e-41f4-ba1b-a79e05fdd7b8",
"f5baf17c-5030-46f9-97bc-3959e9ca9311"
],
"ApprovedBy": "8d35cc76-b1cf-49be-9650-3ebd2775fd09",
"ApprovalDate": "2026-05-17T01:53:57.8802747+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "86b8a29a-fb31-41d4-814b-023ff15e380c",
"id": "f30ecba7-0281-4aa1-87b2-4e8162285ab8",
"ConfigId": "770242e5-351d-4d01-b498-b95208867041"
},
{
"GenerationDate": "2026-05-17T01:53:57.8802747+00:00",
"SubmitDate": "2026-05-17T01:53:57.8802747+00:00",
"ReportPeriodStart": "2026-05-17T01:53:57.8802747+00:00",
"ReportPeriodEnd": "2026-05-17T01:53:57.8802747+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3802f1e5-5259-4153-ac79-eddeba02bb97",
"Rows": [
{
"ItemId": "38dce3fe-bbc4-4a1a-8bde-b7a2dc9022a7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "38dce3fe-bbc4-4a1a-8bde-b7a2dc9022a7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3802f1e5-5259-4153-ac79-eddeba02bb97",
"Rows": [
{
"ItemId": "38dce3fe-bbc4-4a1a-8bde-b7a2dc9022a7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "38dce3fe-bbc4-4a1a-8bde-b7a2dc9022a7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"794f87e8-079b-443e-9500-e869e8653de9",
"a0a62183-c030-47a0-bd90-3bcabe8176e6"
],
"Approvers": [
"6ccd40c5-754e-41f4-ba1b-a79e05fdd7b8",
"f5baf17c-5030-46f9-97bc-3959e9ca9311"
],
"ApprovedBy": "8d35cc76-b1cf-49be-9650-3ebd2775fd09",
"ApprovalDate": "2026-05-17T01:53:57.8802747+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "86b8a29a-fb31-41d4-814b-023ff15e380c",
"id": "f30ecba7-0281-4aa1-87b2-4e8162285ab8",
"ConfigId": "770242e5-351d-4d01-b498-b95208867041"
}
]